a1da2ea0-77b5-45e1-牛肉-08188d33ea0d
あ | B | C | D | E | F | G | H | 私 | J | K | L | M | N | ○ | P | Q | R | S | T | U | V | W | バツ | Y | Z | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 公開共有 | flutter.dev/go/deprecations-removed-after-1-22 | ||||||||||||||||||||||||
2 | ||||||||||||||||||||||||||
3 | 1.22 リリース後に Flutter から非推奨が削除されました | |||||||||||||||||||||||||
4 | ||||||||||||||||||||||||||
5 | 非推奨ポリシー: | https://github.com/flutter/flutter/wiki/Tree-hygiene#deprecation | ||||||||||||||||||||||||
6 | より詳しい情報: | https://flutter.dev/go/deprecation-lifetime | ||||||||||||||||||||||||
7 | https://medium.com/flutter/deprecation-lifetime-in-flutter-e4d76ee738ad | |||||||||||||||||||||||||
8 | ||||||||||||||||||||||||||
9 | 評価PR: | https://github.com/flutter/flutter/pull/67789 | ||||||||||||||||||||||||
10 | ライブラリ/パッケージ | 廃止されました | API | 修理 | PR | ノート | ダーツ修正サポート | |||||||||||||||||||
11 | クパチーノ | v0.2.3 | クパチーノダイアログ | CupertinoAlertDialog または CupertinoPopupSurface を使用する | https://github.com/flutter/flutter/pull/73604 | 着地、ダーツ修正テストはサポートされていません | Y - IDE のみ | |||||||||||||||||||
12 | v1.1.2 | クパチーノNavigationBar.actionsForegroundColor | CupertinoTheme.primaryColor を使用する | https://github.com/flutter/flutter/pull/73745 | 着地、ダーツ修正はサポートされていません | N | ||||||||||||||||||||
13 | v1.1.2 | クパチーノSliverNavigationBar.actionsForegroundColor | CupertinoTheme.primaryColor を使用する | |||||||||||||||||||||||
14 | v1.10.14 | CupertinoTextThemeData.brightness | 何もしません、代わりもありません。 | https://github.com/flutter/flutter/pull/72017 | 着陸しました | Y | ||||||||||||||||||||
15 | ジェスチャー | v1.4.3 | PointerEnterEvent.fromHoverEvent | PointerEnterEvent.fromMouseEvent を使用する | https://github.com/flutter/flutter/pull/72395 | 着陸しました | Y | |||||||||||||||||||
16 | v1.4.3 | PointerExitEvent.fromHoverEvent | PointerExitEvent.fromMouseEvent を使用する | |||||||||||||||||||||||
17 | 材料 | v0.2.3 | showDialog(子) | 「子」の代わりに「ビルダー」を使用してください | https://github.com/flutter/flutter/pull/72532/ | 着陸しました | Y | |||||||||||||||||||
18 | v1.1.9 | Scaffold.resizeToAvoidBottomPadding | Scaffold.resizeToAvoidBottomInset を使用する | https://github.com/flutter/flutter/pull/72890 | 着陸しました | Y | ||||||||||||||||||||
19 | v1.9.1 | ButtonTheme.bar | ButtonBarTheme を使用する | https://github.com/flutter/flutter/pull/73746 | 着地、ダーツ修正はサポートされていません | N | ||||||||||||||||||||
20 | ペインティング | v1.7.3 | InlineSpan.text | TextSpan.text を使用する | https://github.com/flutter/flutter/pull/73747 | 着地、ダーツ修正はサポートされていません | N | |||||||||||||||||||
21 | v1.7.3 | InlineSpan.children | TextSpan.children を使用する | |||||||||||||||||||||||
22 | v1.7.3 | InlineSpan.visitTextSpan | InlineSpan.visitChildren を使用する | |||||||||||||||||||||||
23 | v1.7.3 | InlineSpan.recognizer | TextSpan.recognizer を使用する | |||||||||||||||||||||||
24 | v1.7.3 | InlineSpan.describeセマンティクス | InlineSpan.computeSemanticsInformation を使用する | |||||||||||||||||||||||
25 | v1.7.3 | PlaceholderSpan.visitTextSpan | PlaceHolderSpan.visitChildren を使用する | |||||||||||||||||||||||
26 | v1.7.3 | TextSpan.visitTextSpan | TextSpan.visitChildren を使用する | |||||||||||||||||||||||
27 | レンダリング | v1.10.0 | RenderView.scheduleInitialFrame | RenderView.prepareInitialFrame() を呼び出してから、RenderView.owner!.requestVisualUpdate() を呼び出します。 | https://github.com/flutter/flutter/pull/73748 | 着地、ダーツ修正はサポートされていません | N | |||||||||||||||||||
28 | v1.10.14 | Layer.findAll | Layer.findAllAnnotations(...).annotations を使用する | https://github.com/flutter/flutter/pull/73749 | 着地、ダーツ修正はサポートされていません | N | ||||||||||||||||||||
29 | サービス | v1.6.5 | BinaryMessenger は、defaultBinaryMessenger を取得します | ServicesBinding.instance.defaultBinaryMessenger を使用する | https://github.com/flutter/flutter/pull/73750 | 着地、ダーツ修正はサポートされていません | N | |||||||||||||||||||
30 | v1.6.5 | バイナリメッセージ | BinaryMessenger とdefaultBinaryMessenger を使用する | |||||||||||||||||||||||
31 | v1.6.5 | 静的BinaryMessages.handlePlatformMessage | defaultBinaryMessenger.handlePlatformMessage を使用する | |||||||||||||||||||||||
32 | v1.6.5 | 静的BinaryMessages.send | defaultBinaryMessenger.send を使用する | |||||||||||||||||||||||
33 | v1.6.5 | 静的 BinaryMessages.setMessageHandler | defaultBinaryMessenger.setMessageHandler を使用する | |||||||||||||||||||||||
34 | v1.6.5 | 静的 BinaryMessages.setMockMessageHandler | defaultBinaryMessenger.setMockMessageHandler を使用する | |||||||||||||||||||||||
35 | ウィジェット | v1.12.1 | タイプマッチャー | 未使用、交換品なし。 | https://github.com/flutter/flutter/pull/73751 | 進行中、ダーツ修正はサポートされていません | N | |||||||||||||||||||
36 | v1.12.1 | BuildContext.inheritFromElement | dependOnInheritedElement を使用する | https://github.com/flutter/flutter/pull/69620 | 着陸しました | Y | ||||||||||||||||||||
37 | v1.12.1 | BuildContext.inheritFromWidgetOfExactType | dependonInheritedWidgetOfExactType を使用する | |||||||||||||||||||||||
38 | v1.12.1 | BuildContext.ancestorInheritedElementForWidgetOfExactType | getElementForInheritedWidgetOfExactType を使用する | |||||||||||||||||||||||
39 | v1.12.1 | BuildContext.ancestorWidgetOfExactType | findAncestorWidgetOfExactType を使用する | |||||||||||||||||||||||
40 | v1.12.1 | BuildContext.ancestorStateOfType | findAncestorStateOfType を使用する | |||||||||||||||||||||||
41 | v1.12.1 | BuildContext.rootAncestorStateOfType | findRootAncestorStateOfType を使用する | |||||||||||||||||||||||
42 | v1.12.1 | BuildContext.ancestorRenderObjectOfType | findAncestorRenderObjectOfType を使用する | |||||||||||||||||||||||
43 | v1.12.1 | Element.inheritFromElement | dependOnInheritedElement を使用する | https://github.com/flutter/flutter/pull/72903 | 着陸しました | Y | ||||||||||||||||||||
44 | v1.12.1 | Element.inheritFromWidgetOfExactType | dependOnInheritedWidgetOfExactType を使用する | |||||||||||||||||||||||
45 | v1.12.1 | Element.ancestorInheritedElementForWidgetOfExactType | getElementForInheritedWidgetOfExactType を使用する | |||||||||||||||||||||||
46 | v1.12.1 | Element.ancestorWidgetOfExactType | findAncestorWidgetOfExactType を使用する | |||||||||||||||||||||||
47 | v1.12.1 | Element.ancestorStateOfType | findAncestorStateOfType を使用する | |||||||||||||||||||||||
48 | v1.12.1 | Element.rootAncestorStateOfType | findRootAncestorStateOfType を使用する | |||||||||||||||||||||||
49 | v1.12.1 | Element.ancestorRenderObjectOfType | findAncestorRenderObjectOfType を使用する | |||||||||||||||||||||||
50 | v1.12.1 | StatefulElement.inheritFromElement | dependOnInheritedElement を使用する | https://github.com/flutter/flutter/pull/72901 | 着陸しました | Y | ||||||||||||||||||||
51 | v1.12.4 | WidgetsBinding.deferFirstFrameReport | deferFirstFrame を使用する | https://github.com/flutter/flutter/pull/72893 | 着陸しました | Y | ||||||||||||||||||||
52 | v1.12.4 | WidgetsBinding.allowFirstFrameReport | allowFirstFrame を使用する | |||||||||||||||||||||||
53 | flutterドライバー | v1.9.3 | 一時的なコールバックがなくなるまで待つ | NoTransientCallbacks で WaitForCondition コマンドを使用する | https://github.com/flutter/flutter/pull/73754 | 着地、ダーツ修正はサポートされていません | N | |||||||||||||||||||
54 | v1.9.3 | PendingFrame がなくなるまで待つ | NoPendingFrame で WaitForCondition コマンドを使用する | |||||||||||||||||||||||
55 | v1.9.3 | 最初のフレームがラスタライズされるまで待つ | FirstFrameRasterized で WaitForCondition コマンドを使用する | |||||||||||||||||||||||
56 | ||||||||||||||||||||||||||
57 | ||||||||||||||||||||||||||
58 | ||||||||||||||||||||||||||
59 | ||||||||||||||||||||||||||
60 | ||||||||||||||||||||||||||
61 | ||||||||||||||||||||||||||
62 | ||||||||||||||||||||||||||
63 | ||||||||||||||||||||||||||
64 | ||||||||||||||||||||||||||
65 | ||||||||||||||||||||||||||
66 | ||||||||||||||||||||||||||
67 | ||||||||||||||||||||||||||
68 | ||||||||||||||||||||||||||
69 | ||||||||||||||||||||||||||
70 | ||||||||||||||||||||||||||
71 | ||||||||||||||||||||||||||
72 | ||||||||||||||||||||||||||
73 | ||||||||||||||||||||||||||
74 | ||||||||||||||||||||||||||
75 | ||||||||||||||||||||||||||
76 | ||||||||||||||||||||||||||
77 | ||||||||||||||||||||||||||
78 | ||||||||||||||||||||||||||
79 | ||||||||||||||||||||||||||
80 | ||||||||||||||||||||||||||
81 | ||||||||||||||||||||||||||
82 | ||||||||||||||||||||||||||
83 | ||||||||||||||||||||||||||
84 | ||||||||||||||||||||||||||
85 | ||||||||||||||||||||||||||
86 | ||||||||||||||||||||||||||
87 | ||||||||||||||||||||||||||
88 | ||||||||||||||||||||||||||
89 | ||||||||||||||||||||||||||
90 | ||||||||||||||||||||||||||
91 | ||||||||||||||||||||||||||
92 | ||||||||||||||||||||||||||
93 | ||||||||||||||||||||||||||
94 | ||||||||||||||||||||||||||
95 | ||||||||||||||||||||||||||
96 | ||||||||||||||||||||||||||
97 | ||||||||||||||||||||||||||
98 | ||||||||||||||||||||||||||
99 | ||||||||||||||||||||||||||
100 |